((Frame)parent).setModalExclusionType(null);
parent.setFocusable(false);
parent.setFocusTraversalKeysEnabled(false);
setLookAndFeel();
setBackground(Color.white);
}
public void init() {
// Called right after zero-arg constructor in applet mode
setLookAndFeel();
setBackground(Color.white);
applet = this;
String servername = loadAppletParameters(applet);